Forum Activity for @douglas

douglas
@douglas
08/07/16 05:32:32AM
2,806 posts

Full width Image on the home page


Using Jamroom

pch:
douglas:
I don't believe there is a scroll down function for the Elastic skin.
So, any idea on how to get that arrow down botton scroll down when you click on it. I have manage to display the arrow icon but I can not get it work.
Thanks

You might try something like this, create an anchor tag where you want the scroll button to take you to.

<a name="sectionname" id="sectionname"></a>
<div>Section you want to scroll to.</div>

Then add an onclick handler to your button or icon to scroll to that section.

<a onclick="$('html, body').animate({ scrollTop: $('#sectionname').offset().top -10 }, 'slow');return false;">{jrCore_icon icon="down-arrow"}
</a>

You can change "sectionname" to whatever you like, just make sure it matches in the anchor tag and the onclick.

Hope this helps!
douglas
@douglas
08/07/16 05:22:55AM
2,806 posts

Full width Image on the home page


Using Jamroom

I've actually added back in the min and max widths, it works better for mobile that way.
douglas
@douglas
08/07/16 05:18:09AM
2,806 posts

Full width Image on the home page


Using Jamroom

pch:
douglas:
You actually don't need the min-width and max-width elements since the backround-position element doesa the same thing, I've removed them for you.
Hi Douglas!
The problem is back when you remove min-width and max-width and take back backround-position. Is the image displaying well from your side? from my side, it is cut off at the right side. Even on mobile the image doesn't get responsive. It doesn't fill the full screen.
Please advise. Thanks

This is what I see in FF on my Mac.
douglas
@douglas
08/04/16 09:30:48AM
2,806 posts

Market Place - Jamroom Sites


Jamroom Developers

That may be something on our end, I'll let Brian know and we'll check it out.

Thanks!
douglas
@douglas
08/04/16 04:50:25AM
2,806 posts

How to add the who is online for the entire site?


Using Jamroom

The "Whos Online" doesn't show for me when logged out either, I'll get a ticket open for that.

If your trying to use the Stats block from the skins/jrElastic/profile_sidebar.tpl, it isn't going to work in non profile skin templates. You would need to use the jrCore_stats function instead for non profile templates, ie.:

{capture name="template" assign="stats_tpl"}
{literal}
{foreach $_stats as $title => $_stat}
<span class="normal">&bull;&nbsp;{$title}:&nbsp;{$_stat.count}</span>
{/foreach}
{/literal}
{/capture}
{jrCore_stats template=$stats_tpl}

Hope this helps!
douglas
@douglas
08/04/16 04:35:25AM
2,806 posts

Full width Image on the home page


Using Jamroom

pch:
In the image tag, I've removed width:false heigh:false and I added min-width:100%; max-width:100% in the style tag next to background-position:cover. It fixed that small issue. No more part of the image was cut. Also width:"100%" and height:"100%" instead of min-width:100%; max-width:100% works, I have tried it.

You actually don't need the min-width and max-width elements since the backround-position element doesa the same thing, I've removed them for you.
douglas
@douglas
08/04/16 04:22:16AM
2,806 posts

Full width Image on the home page


Using Jamroom

I don't believe there is a scroll down function for the Elastic skin.
douglas
@douglas
08/03/16 09:31:20AM
2,806 posts

Radio


Installation and Configuration

eminyard:
RADIO??? I want Radio. Where do I find this thing??

Its actually just a playlist created on the site admins profile and displayed as a radio in certain skins, ie. MediaPro and ProJam.

You can install the Playlist module from your ACP > Marketplace if you have not already done so.

Hope this helps!
douglas
@douglas
08/02/16 10:00:52AM
2,806 posts

How to add the who is online for the entire site?


Using Jamroom

Which blocks are not showing to visitors?
douglas
@douglas
08/02/16 09:59:16AM
2,806 posts

Full width Image on the home page


Using Jamroom

I've fixed this on your site as well, the code is now in your header.tpl file and will only show on the index page, let me know if that will work for you.
  92